projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4870942
)
(Fset_char_table_range): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Thu, 5 Feb 2004 04:52:49 +0000
(
04:52
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 5 Feb 2004 04:52:49 +0000
(
04:52
+0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index c9e25ecf547462fcc5eb9ba954b4b84822176ebe..1d6767cebabb9705c5912daa202b7736a1096307 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-2519,7
+2519,7
@@
character set, or a character code. Return VALUE. */)
|| ! NATNUMP (AREF (charset_info, 0))
|| (charset_id = XINT (AREF (charset_info, 0)),
! CHARSET_DEFINED_P (charset_id)))
- error ("Invalid charset: %s", S
YMBOL_NAME (range
));
+ error ("Invalid charset: %s", S
DATA (SYMBOL_NAME (range)
));
if (charset_id == CHARSET_ASCII)
for (i = 0; i < 128; i++)